Contribution org.nuxeo.ecm.platform.forms.layouts.webapp.summary--actions
In component org.nuxeo.ecm.platform.forms.layouts.webapp.summary
org.nuxeo.ecm.platform.forms.layouts.webapp.summary
inside nuxeo-platform-webapp-core-5.8.jar
This contribution is part of XML component Documentation
Actions for stacking widgets inside the summary default widgets.
@since 5.6
Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<documentation>
Actions for stacking widgets inside the summary default
widgets.
@since 5.6
</documentation>
<!-- default widgets on left panel -->
<action id="summary_note_text" order="100" type="widget">
<category>SUMMARY_PANEL_LEFT</category>
<properties>
<property name="widgetName">summary_note_text</property>
</properties>
<filter-id>hasNote</filter-id>
</action>
<action id="summary_current_document_files" order="200" type="widget">
<category>SUMMARY_PANEL_LEFT</category>
<properties>
<property name="widgetName">summary_current_document_files</property>
</properties>
</action>
<action id="summary_current_document_view" order="300" type="widget">
<category>SUMMARY_PANEL_LEFT</category>
<properties>
<property name="widgetName">summary_current_document_view</property>
</properties>
<filter-id>notHasNote</filter-id>
<filter-id>denyForFile</filter-id>
</action>
<action id="summary_current_document_dublincore" order="350" type="widget">
<category>SUMMARY_PANEL_LEFT</category>
<properties>
<property name="widgetName">summary_current_document_dublincore</property>
</properties>
<filter-id>hasDublincore</filter-id>
</action>
<action id="summary_current_document_comments" order="400" type="widget">
<category>SUMMARY_PANEL_LEFT</category>
<properties>
<property name="widgetName">summary_current_document_comments</property>
</properties>
</action>
<action id="summary_current_document_publications" order="500" type="widget">
<category>SUMMARY_PANEL_LEFT</category>
<properties>
<property name="widgetName">summary_current_document_publications</property>
</properties>
</action>
<action id="summary_current_document_single_tasks" order="600" type="widget">
<category>SUMMARY_PANEL_LEFT</category>
<properties>
<property name="widgetName">summary_current_document_single_tasks</property>
</properties>
</action>
<!-- end of default widgets on left panel -->
<!-- default widgets on right panel -->
<action id="summary_current_document_description" order="100" type="widget">
<category>SUMMARY_PANEL_RIGHT</category>
<properties>
<property name="widgetName">summary_current_document_description</property>
</properties>
</action>
<action id="summary_current_document_indicators" order="150" type="widget">
<category>SUMMARY_PANEL_RIGHT</category>
<properties>
<property name="widgetName">summary_current_document_indicators</property>
</properties>
</action>
<action id="summary_current_document_states" order="200" type="widget">
<category>SUMMARY_PANEL_RIGHT</category>
<properties>
<property name="widgetName">summary_current_document_states</property>
</properties>
</action>
<action id="summary_current_document_contributors" order="300" type="widget">
<category>SUMMARY_PANEL_RIGHT</category>
<properties>
<property name="widgetName">summary_current_document_contributors</property>
</properties>
</action>
<action id="summary_current_document_custom_actions" order="400" type="widget">
<category>SUMMARY_PANEL_RIGHT</category>
<properties>
<property name="widgetName">summary_current_document_custom_actions</property>
</properties>
</action>
<action id="summary_current_document_tagging" order="500" type="widget">
<category>SUMMARY_PANEL_RIGHT</category>
<properties>
<property name="widgetName">summary_current_document_tagging</property>
</properties>
</action>
<action id="summary_current_document_relations" order="600" type="widget">
<category>SUMMARY_PANEL_RIGHT</category>
<properties>
<property name="widgetName">summary_current_document_relations</property>
</properties>
</action>
<!-- end of default widgets on right panel -->
</extension>